Skip to main content
Feedback

Usage

  • Supports getting access tokens from token endpoints for these grant types - client_credentials and password.

  • Supports token endpoint calls through pre-process and introspection endpoint, and 401 error processing through post-process.

  • Supports adding an authorization header to the target request with an access token from the token endpoint.

  • Supports caching of obtained tokens for performance and efficiency.

    important

    We strongly recommend that the defaultTtl value is equal to the actual TTL of the access token as defined in the OAuth Server Configuration.